home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr05 / xnot12a.zip / NOTALARM.DEF < prev    next >
Text File  |  1993-06-11  |  515b  |  20 lines

  1.  
  2. NAME         notalarm
  3.  
  4. DESCRIPTION  'Alarm Message for notgnu'
  5.  
  6. EXETYPE      WINDOWS       ; required for all Windows applications
  7.  
  8. STUB         'WINSTUB.EXE' ; Generates error message if application
  9.                ; is run without Windows
  10.  
  11. ;CODE can be moved in memory and discarded/reloaded
  12. CODE  PRELOAD MOVEABLE DISCARDABLE
  13.  
  14. ;DATA must be MULTIPLE if program can be invoked more than once
  15. DATA  PRELOAD MOVEABLE MULTIPLE
  16.  
  17.  
  18. HEAPSIZE     1024
  19. STACKSIZE    5120       ; recommended minimum for Windows applications
  20.